$floatValue = Math.Evals
("<exp>")
Evaluates an expression that can be built dynamically and returns the resultant numeric value.
Parameters
<exp> The expression to be evaluated.
Return Value
Remarks
- It is equivalent to the Eval() function in VB Script.
Example
$ret = Math.Evals ("(2*5)+(3*4)")